home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / awdpal / helpdocs / hyperlink-get < prev    next >
Text File  |  1997-01-01  |  772b  |  37 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.  
  4.                             Hyperlink-get
  5.                             -------------
  6.  
  7. General
  8. -------
  9.  
  10.     This item is similar to the " Hyperlink " item, except in that
  11. the URL of the document being viewed in AWeb is inserted into the
  12. path of the link.
  13.  
  14. Syntax
  15. ------
  16.  
  17.     <A HREF="[Path]"> [Text] </A>
  18.  
  19. The string [path] defines the path of the target document.  The
  20. string [text] defines the string of "sensitive" text.
  21.  
  22. Use
  23. ---
  24.  
  25. 1 - Select the "sensitive" text.
  26. 2 - Ensure that the document being being in AWeb is the desired
  27. document.
  28. 3 - Double click on the " Hyperlink-get " item in the " Navigation "
  29. command list.
  30. 4 - The relevant tags will be inserted.
  31.  
  32. Example
  33. -------
  34.  
  35.     <A HREF="http://www.whowhere.com"> Find a friend! </A>
  36.  
  37.